home *** CD-ROM | disk | FTP | other *** search
- echo off
- if %1x==x goto oops
- if %2x==x goto oops
- echo -------------------------------------------------------------
- echo Show the PCX file named %1 in %2 mode.
- echo Press Enter to end program. If no graph appears, you may have
- echo entered a wrong name or a wrong monitor mode.
- echo -------------------------------------------------------------
- pause
- txprt /show (%1) /M%2
- goto isend
- :oops
- echo The format for this command is:
- echo SHOW filename.pcx [EGA,VGA]
- echo for example:
- echo SHOW TEST.PCX EGA
- echo ˇ
- :isend
-
-